home *** CD-ROM | disk | FTP | other *** search
- <screen title="Training" version="1.0">
-
- <layout class="arrange_vertical_attachment" alignment="middle, extend"/>
- <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="1"/>
-
- <!-- This option is force visible by the code -->
- <widget class="group_box" titl="Overview" id="over" height="0">
-
- <layout class="arrange_vertical_attachment" alignment="top, extend"/>
- <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="1"/>
-
- <widget class="group_box" height="32">
- <layout class="arrange_horizontal_attachment" alignment="middle, extend"/>
- <layout class="stick_to_sides_attachment" alignment="vertical" layout_children="1"/>
-
- <widget class="popup_button" id="schd" sele="schd" text="Schedule" width="120">
- <boolean id="fixe" value="true"/>
-
- <list id="items">
- <record name="load" id="load"/>
- <record name="Save" id="save"/>
- <record name="Save As" id="svas"/>
- <record name="Delete" id="dele"/>
- </list>
- </widget>
-
-
- <widget class="popup_button" id="view" sele="view" text="View" width="120">
- <boolean id="fixe" value="true"/>
-
- <list id="items">
- <record name="General" id="genr"/>
- <record name="Attributes" id="att "/>
- <record name="Attributes relative" id="attr"/>
- <record name="Category" id="cat "/>
- </list>
- </widget>
-
- <widget class="popup_button" id="attr" sele="attr" text="Attributes" width="120">
- <boolean id="fixe" value="true"/>
-
- <list id="items">
- <record name="Physical" id="phys"/>
- <record name="Mental" id="ment"/>
- <record name="Goalkeeping" id="goal"/>
- <record name="Defensive" id="defn"/>
- <record name="Attacking" id="attk"/>
- </list>
- </widget>
-
- <widget class="group_box"/>
-
- <widget class="action_button" id="coch" text="Coaches" clke="coch" width="120"/>
-
- <widget class="action_button" id="edit" text="Edit" clke="edit" width="120">
- <boolean id="hidn" value="true"/>
- </widget>
-
- <widget class="popup_button" id="filt" sele="filt" text="Filter" width="120">
- <boolean id="fixe" value="true"/>
-
- <list id="items">
- <record name="All positions" id="allp"/>
- <record name="Goalkeepers" id="goal"/>
- <record name="Defenders" id="defn"/>
- <record name="Midfielders" id="midf"/>
- <record name="Attackers" id="attk"/>
- <record name="Separator" id="----"/>
- <record name="All sides" id="alls"/>
- <record name="Left sided" id="left"/>
- <record name="Central" id="cent"/>
- <record name="Right sided" id="righ"/>
- </list>
- </widget>
- </widget>
-
- <widget class="table" id="trtb" mode="0" layo="90, 30, -1, 80, 40, 50, 90, 40, 90">
- </widget>
-
- </widget>
-
- <!-- These options never get shown, they are dummy options to display the sub options themselves -->
- <comment>
- <widget class="group_box" titl="No Training" id="none" height="0"/>
- <widget class="group_box" titl="General" id="genr" height="0"/>
- <widget class="group_box" titl="Fitness" id="fitn" height="0"/>
- <widget class="group_box" titl="Shooting" id="shot" height="0"/>
- <widget class="group_box" titl="Skill" id="skil" height="0"/>
- <widget class="group_box" titl="Goalkeeping" id="goal" height="0"/>
- </comment>
- </screen>